home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000063_news@columbia.edu_Fri Apr 7 04:13:58 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA09137
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 7 Apr 1995 05:18:05 -0400
  3. Received: by apakabar.cc.columbia.edu id AA07685
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 7 Apr 1995 05:18:03 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!news.cac.psu.edu!news.tc.cornell.edu!travelers.mail.cornell.edu!newstand.syr.edu!netnews
  6. From: vefatica@syr.edu (Vincent Fatica)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: C-kermit on Linux problem
  9. Date: Fri, 07 Apr 1995 04:13:58 GMT
  10. Organization: Syracuse University
  11. Lines: 27
  12. Message-Id: <3m2ena$4uc@newstand.syr.edu>
  13. References: <tstevensD6L8Hs.259@netcom.com> <3m2ch6$4id@newstand.syr.edu>
  14. Reply-To: vefatica@syr.edu
  15. Nntp-Posting-Host: sudial-145.syr.edu
  16. X-Newsreader: Forte Free Agent v0.46
  17. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  18.  
  19. vefatica@syr.edu (Vincent Fatica) wrote:
  20.  
  21. ... some stuff, but he had missed the fact that Ted said the modem was on
  22. DOS's COM2.
  23.  
  24. If that's the case, Ted, you want to "set line /dev/cua1".
  25.  
  26. /dev/cua0=COM1, /dev/cua1=COM2, et c.
  27.  
  28. You probably won't need the setserial command since it's likely that
  29. /dev/cua1 is using the normal address and IRQ.
  30.  
  31. FYI, the devices /dev/ttyS0, /dev/ttyS1, et c. are also COM1, COM2, et c.
  32. They're for incoming calls; say you wanted your modem to answer the phone
  33. and have the caller be offered a login prompt ... then you'd run a "getty"
  34. on one of the /dev/ttyS1 and tell the modem to answer.
  35.  
  36. Sorry I wasn't so precise the first time.
  37.  
  38.  - Vince
  39.  
  40. *************************************
  41.    Vincent Fatica
  42.    Syracuse University Mathematics
  43.    vefatica@syr.edu
  44. *************************************
  45.